home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Tools - Objects / MacApp / Unsupported Samples / MacApp Drafter / Source / MacApp® Drafter.MAMake next >
Encoding:
Text File  |  1990-07-13  |  2.0 KB  |  57 lines  |  [TEXT/MPS ]

  1. #********************************************************************************
  2. #                                                                                *
  3. #    File:            Drafter.MAmake                                                 *
  4. #                                                                                *
  5. #    Description:    Makefile for MacApp® Drafter.                                *
  6. #                                                                                *
  7. #    Danie Underwood                                                                *
  8. #                                                                                *
  9. #    Apple Integrated Systems                                                    *
  10. #                                                                                *
  11. #    Copyright ©1990 Apple Computer, Inc.  All rights reserved.                   *
  12. #                                                                                *
  13. #********************************************************************************
  14.  
  15. #---------------------------------------------------------------------------------------------------
  16. #    List here the Application's Name
  17. AppName =MacApp∂®∂ Drafter
  18.  
  19.  
  20. #---------------------------------------------------------------------------------------------------
  21. #    List here the MacApp building blocks that your application uses
  22. #    if you want to be dependent on less than the full set.
  23. BuildingBlockIntf =  ∂
  24.     "{MAPInterfaces}UTEView.p" ∂
  25.     "{MAPInterfaces}UList.p" ∂
  26.     "{MAPInterfaces}UGridView.p" ∂
  27.     "{MAPInterfaces}UDialog.p"
  28.  
  29. #---------------------------------------------------------------------------------------------------
  30. #    List any additional interfaces that your application is dependent on
  31. OtherInterfaces =
  32.  
  33.  
  34. #---------------------------------------------------------------------------------------------------
  35. #    Name any other object files to link in
  36. OtherLinkFiles = ∂
  37.     "{CLibraries}"CInterface.o ∂
  38.     "{CLibraries}"CRuntime.o
  39.  
  40.  
  41. #---------------------------------------------------------------------------------------------------
  42. #    Express any additional dependencies for separate compilations.
  43. #    Include dependencies for the MacApp and Building block interfaces
  44. #    if you are dependent on them
  45.  
  46.  
  47.  
  48. #---------------------------------------------------------------------------------------------------
  49. #    List resource files that the Rez file includes if you want to include
  50. #    more or less than the standard set
  51. OtherRsrcFiles = ∂
  52.     "{SrcApp}MacApp∂®∂ Drafter.resources" ∂
  53.     "{SrcApp}MacApp∂®∂ DrafterViews.r" ∂
  54.     "{SrcApp}MacApp∂®∂ DrafterData.r"
  55.  
  56.  
  57.